The numbers variable can reference an array of int values. Notice that this statement looks like a regular int variable declaration except for the set of brackets that appears after the key word int. The brackets indicate that this variable is a reference to an int array.
What differentiates an array variable from a regular variable is the set of brackets i.e []