I have to prove or disprove that the following graph are isomorphic?
If I will give the following isomorphism,
\begin{align*} a & \mapsto 1\\ b & \mapsto 2\\ e & \mapsto 5\\ d & \mapsto 8 \end{align*} then we see that $h$ has only one uncommon vertex to $a$ which is $g$ but the vertex $8$ has two vertices which is not directly connected to the vertex $1$. Hence the two graphs are Not isomorphic.
Am I correct?


You have a few problems. First, you haven't given the full map between the vertex sets. Second, you've only argued that this map isn't an isomorphism. You haven't clearly ruled out the possibility that some other map is an isomorphism. I think you're trying to argue that the partial map you've shown is perfectly general, but you haven't started anything to that effect.
Typically, showing that two graphs are not isomorphic involves showing some invariant differs between them. Common invariants are degree sequence, diameter, connectivity, chromatic number, and Hamiltonicity.
As a hint, notice that every edge in the left graph is contained in two otherwise disjoint 4-cycles.