Isometric Array Problem

I have a multi-dimensional array that correlates to the tiles and holds what type of tile to show. When I display this tiles it only displays the one that are symmetrical. What I mean by this is that if the array is 15 x 40 it only displays the tiles from 15 x 15, then the rest have a value of undefined. Can multi-dimensional array only be symmetrical?