The diameter is twice as long as the radius so figure out what the length of the radius is and then double it. It's a little hard to tell what's going on with the information you provided but I'm assuming one of those points is the circle center and the other is on the circle so that the radius endpoints are A(-1,3) and B(2,2). If so, the length of the radius is determined by using the distance formula
d = sqrt[x1-x2)2 + (y1-y2)2] so,
d = sqrt[(-1-2)2 + (3 - 2)2]
d = sqrt[(-3)2 + 12]
d = sqrt(9 + 1]
d = √10
So, the radius is √10 units long
That means the diameter is 2√10 units long. (which is approx 6.32 units long)