An array is simply a type of variable that contains multiple values. The elements are accessed using an index, or by built-in array methods. I think you're making it more complicated than it really is.
Whenever I put variables like this in array, I don't get any arrays until I try to use the array back trying to get the index of what's in it.
Can you provide an example of what you're trying to do?