check on the point within opengl bounds

if some coordinate is going out of visual bounds, opengl simply does not display it. but thru my viewport, projection and modelview matrices can i know in any way whether a single point in 3D will be visible or not, i.e is within visual bounds or not?