First Let me state what I know,
If $r$ is a regular value of $F$ and $F^{-1}(r)$ is non-empty then $F^{-1}(r)$ is a regular surface
Of course I know, its converse is not true. Typical example can be found in Do Carmo as $F(x,y,z) = z^2$. The critical points of this surface is $(x,y,0)$ so it has a critical value $F(x,y,0) =0$. But $F^{-1}(0) = \{(x,y,0)\}$ is a plane so it is a regular surface.
Now I am trying to solve following problem
For which real numbers $c$ is the set of $(x,y,z)$ satisfying $x^2+y^2 + \sin(z) =c$ a regular surface?
Applying the above procedure. Let $F(x,y,z) = x^2 + y^2 + \sin(z)$, then $\nabla F = (2x,2y, \cos(z))$ so $(0,0, \frac{\pi}{2}+n\pi)$ is a critical point and thus critical value is $\pm 1$. So $c\neq \pm 1$. $F^{-1}(c)$ is a regular surface.
Now I want to know what happen to $c=\pm 1$. For this case $F^{-1}(\pm 1) =\{ (x,y,z) | x^2 + y^2 + \sin(z) =\pm 1 \}$. At this moment I am stuck with this stage.... For this do i have to compute $X(u,v) = ( \pm \sqrt{-u^2 - \sin(v)}, u, v)$ and compute $X_u \times X_v$?
Is there any systematic way to find regularity of surface for critical value? i.e., I want to find some general strategy to solve Find real numbers $c$ satisfying $F(x,y,z) = c$ be a regular surface.