It does not matter, but my personal preference is for int[] numbers, since it follows the pattern more logically class instance_name.
After all you really do is an "array of integers" called "numbers", the second form is a bit misleading, because it declares more of an "integer" called "numbers", and also, essentially, numbers. "
source
share