A vertex can be a number of things. In this example I'd wager that you're looking the point where two line segments join.
"Intersections" in that example are, I think, just metaphors for points or coordinates in the case. So, in your 2D array (which I presume is intended to represent some sort of 2D grid/graph), each set of coordinates (x,y) can be considered a vertex.
So, if I'm reading into this right, yes; (2,1) and (5,7) are, along with any other coordinate location in your grid, examples of vertices.