It depends on your task and how you want to organize this data. The number of elements doesn't really matter.
For example, you can have a 1D array with a million cells for terrain generation. Or you can have a 2D array with only 20 cells for items inventory.