I'm not quite sure what you mean. Given two curves $f(X,Y) = 0$ and $g(X,Y) = 0$ where $f$ and $g$ are polynomials, let $r_X(Y)$ and $r_Y(X)$ be the resultants of $f(X,Y)$ and $g(X,Y)$ with respect to $X$ and $Y$ respectively. A point $(x,y)$ common to both curves must satisfy $r_X(y) = r_Y(x) = 0$. In particular, if you want a common integer solution, a necessary condition is that $r_X$ and $r_Y$ must both have integer roots.
EDIT (incorporating last comment): If you want two continuous parametric families of curves that always intersect in at least one integer point, then by continuity that point is constant. Choose the intersection point, and construct the curves to pass through that point. Thus the curves $Y^2+X^3+aX+b=0$ and $X^2+Y^3+cY+d=0$ intersect at $(1,1)$ if $a+b+2=c+d+2=0$. In almost all cases, these are elliptic.