Let's consider only small categories for simplicity.
Let $C$ and $D$ be categories, $F_0 : C_0 \to D_0$ be a function and $F_1 : C(x,y) \to D(F_0(x),F_0(y))$ be a family of functions indexed by objects $x,y\in C_0$.
tldr; we have the structure of a functor between two categories but not the properties. (We are asking for it to preserve the domain and codomain for simplicity but I digress.)
Question: Is the pair $\{F_0,F_1\}$ a functor if an only if $F_1$ is natural in $x$ and $y$?
By this I mean there exist natural transformations for all $x$: $C(x,-) \Rightarrow D(F_0(x),F_0(-))$, and for all y: $C(-,y) \Rightarrow D(F_0(-),F_0(y))$.
If the answer is negative but there's a positive answer changing the hypothesis a little bit then it's also welcome.
Thanks in advance!